go/types.Checker.objPath (field)
12 uses
go/types (current package)
check.go#L135: objPath []Object // path of object dependencies during type inference (for cycle reporting)
check.go#L202: check.objPath = append(check.objPath, obj)
check.go#L203: return len(check.objPath) - 1
check.go#L208: i := len(check.objPath) - 1
check.go#L209: obj := check.objPath[i]
check.go#L210: check.objPath[i] = nil
check.go#L211: check.objPath = check.objPath[:i]
check.go#L268: check.objPath = nil
decl.go#L60: check.trace(obj.Pos(), "-- checking %s (%s, objPath = %s)", obj, obj.color(), pathString(check.objPath))
decl.go#L223: cycle := check.objPath[start:]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)